home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / cassette.arc / RUN-ME.BAT < prev    next >
DOS Batch File  |  1989-03-15  |  1KB  |  50 lines

  1. echo off
  2. cls
  3. echo  Cassette! Version 4.0                                        by John Buckman
  4. echo ───────────────────────────────────────────────────────────────────────────────
  5. echo This Batch file will print out all 6 sample Cassette! labels using 
  6. echo Imageprint's Letter quality print.
  7. echo  
  8. echo Make sure these files are available:
  9. echo  
  10. echo   CASSETTE.EXE
  11. ECHO      PRINT.EXE
  12. ECHO     RUN-ME.BAT
  13. ECHO      FONT1.
  14. ECHO    SAMPLE1.CAS
  15. ECHO    SAMPLE2.CAS
  16. ECHO    SAMPLE3.CAS
  17. ECHO    SAMPLE4.CAS
  18. ECHO    SAMPLE5.BIG
  19. ECHO    SAMPLE6.ECS
  20. ECHO   
  21. echo Make sure your printer is ON-LINE and at the top of the page.  
  22. echo  
  23. pause
  24. cls
  25. echo   | print sample1.cas
  26. echo About to print file "SAMPLE2.CAS"
  27. echo   >prn
  28. pause
  29. echo   | print sample2.cas
  30. echo About to print file "SAMPLE3.CAS"
  31. echo   >prn
  32. pause
  33. echo   | print sample3.cas
  34. echo About to print file "SAMPLE4.CAS"
  35. echo   >prn
  36. pause                              
  37. echo   | print sample4.cas
  38. echo About to print file "SAMPLE5.BIG"
  39. echo   >prn
  40. pause
  41. echo   | print sample5.big
  42. echo About to print file "SAMPLE6.ECS"
  43. echo   >prn
  44. pause
  45. echo   | print sample6.ecs
  46. ECHO   
  47. echo All Done!
  48.  
  49.  
  50.